home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 December / Designer's Club 1997 December.iso / pc / IDEASRC / Gallery.Dir / 00012.ls < prev    next >
Encoding:
Text File  |  1997-11-12  |  240 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("dong")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 6 to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite 6 to 1
  8.   updateStage()
  9.   sound fadeOut 1, 60
  10.   sound fadeOut 2, 60
  11.   quit()
  12. end
  13.